@media (max-width: 1199px) {
  .navbar {
    left: -270px;
    width: 220px;
  }
  .navbar.open_toggle {
    left: 0;
  }
  .navbar .nav_toggle {
    display: flex;
    left: 15px;
  }
  .navbar .nav_toggle.open_toggle {
    left: 240px;
  }
  .main_content {
    padding-left: 0px;
  }
  .about .about-content .personal-info .info-item p span {
    display: block;
    margin-left: 0px;
  }
  .section {
    left: 0px;
  }
}

@media (max-width: 991px) {
  .home .home-image {
    display: none;
  }
  .home .home-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* .project .project-item{
        flex:0 0 50%;
        max-width: 50%;
        background-color: green; 
    } */
  .contact .contact-info-item,
  .achievement .achievement-item {
    margin-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* .style-switcher-toggle{
        display: none;
    } */
  .navbar .logo a::before {
    display: none;
  }
  .navbar .logo a::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .about .about-content .skills,
  .about .about-content .education,
  .project .project-item,
  .achievement .achievement-item,
  .about .about-content .personal-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
